dynamic$23402$ - traduzione in spagnolo
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

dynamic$23402$ - traduzione in spagnolo

Dynamic algorithm; Dynamic Algorithms; Dynamic problem

dynamic      
adj. dinámico, activo, cambiante, vivaz
dynamic analysis         
METHOD OF ANALYSING THE IMPACT OF FISCAL POLICY CHANGES BY FORECASTING THE EFFECTS OF ECONOMIC AGENTS' REACTIONS TO INCENTIVES CREATED BY POLICY
Dynamic analysis
análisis dinámico (examinación de cambios y nuevas orientaciones)
dynamic         
RECORD LABEL
DYNAMIC
(adj.) = dinámico
Ex: A data base must respond to a dynamic reality in which terms, 'strain, crack and sometimes break under the burden, under the tension, slip, slide, perish, decay with imprecision, will not stay in place, will not stay still".
----
* haemodynamic [hemodynamic, -USA] = hemodinámico
* hydrodynamic = hidrodinámico
* psychodynamic = sicodinámico
* thermodynamic = termodinámico

Definizione

dynamic analysis
<programming> Evaluation of a program based on its execution. Dynamic analysis relies on executing a piece of software with selected test data. (1996-05-13)

Wikipedia

Dynamic problem (algorithms)

Dynamic problems in computational complexity theory are problems stated in terms of the changing input data. In the most general form a problem in this category is usually stated as follows:

  • Given a class of input objects, find efficient algorithms and data structures to answer a certain query about a set of input objects each time the input data is modified, i.e., objects are inserted or deleted.

Problems of this class have the following measures of complexity:

  • Space – the amount of memory space required to store the data structure;
  • Initialization time – time required for the initial construction of the data structure;
  • Insertion time – time required for the update of the data structure when one more input element is added;
  • Deletion time – time required for the update of the data structure when an input element is deleted;
  • Query time – time required to answer a query;
  • Other operations specific to the problem in question

The overall set of computations for a dynamic problem is called a dynamic algorithm.

Many algorithmic problems stated in terms of fixed input data (called static problems in this context and solved by static algorithms) have meaningful dynamic versions.